<me_macroenable_group> : Enable/Disable Macros From Group

Enables or disables specified macro group.

Syntax: 

<me_macroenable_group>(ôGroupNameö, Enable, Reserved)

GroupName
Name of the macro group.  The macro group with this name must exist otherwise the command fails.

Enable
0 - disable
1 - enable

Reserved
Must be 0.

 

Example: 

<#> This macro will disable all macros from 'GRP1' group (if exists)
<#>
<cmds>
<me_macroenable_group>("GRP1",0,0)